←Select platform

Write(string) Method

Summary

Writes the specified string message to the NamedPipeStream.

Syntax

C#
C++/CLI
public void Write( 
   string message 
) 
public:  
   void Write( 
      String^ message 
   ) 

Parameters

message

A string containing the data to be written.

Remarks

Internally, this method calls WriteToStream, which writes the data Pipe.

Requirements

Target Platforms

See Also

NamedPipeStream<T> Class

NamedPipeStream<T> Members

Leadtools.Dicom.AddIn.Common Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.